module Hydrocraft
{
    imports
    {
        Base

    }

/************************ITEMS************************/

	item HCWoodenTongs
    {
        DisplayCategory = Tool,
        Weight = 0.5,
        Type = Drainable,
		KeepOnDeplete = FALSE,
		cantBeConsolided = TRUE,
		UseDelta = 0.25, /*4 uses*/
		UseWhileEquipped = FALSE,
        DisplayName	= Tongs (Wood),
        icon = HCTongswood,
        WorldStaticModel = Tongs,
		Tags = BlacksmithTongs,
    }

    item HCCopperTongs
    {
        DisplayCategory = Tool,
        Weight = 0.5,
        Type = Drainable,
		KeepOnDeplete = FALSE,
		cantBeConsolided = TRUE,
		UseDelta = 0.02, /*50 uses*/
		UseWhileEquipped = FALSE,
        DisplayName	= Tongs (Copper),
        Icon = BlacksmithTongs,
        MetalValue = 15,
        WorldStaticModel = Tongs,
		Tags = BlacksmithTongs,
    }

    item HCBronzeTongs
    {
        DisplayCategory = Tool,
        Weight = 0.5,
        Type = Drainable,
		KeepOnDeplete = FALSE,
		cantBeConsolided = TRUE,
		UseDelta = 0.0125, /*80 uses*/
		UseWhileEquipped = FALSE,
        DisplayName	= Tongs (Bronze),
        Icon = BlacksmithTongs,
        MetalValue = 15,
        WorldStaticModel = Tongs,
		Tags = BlacksmithTongs,
    }

    item HCIronTongs
    {
        DisplayCategory = Tool,
        Weight = 0.5,
        Type = Drainable,
		KeepOnDeplete = FALSE,
		cantBeConsolided = TRUE,
		UseDelta = 0.01, /*100 uses*/
		UseWhileEquipped = FALSE,
        DisplayName	= Tongs (Iron),
        Icon = BlacksmithTongs,
        MetalValue = 15,
        WorldStaticModel = Tongs,
		Tags = BlacksmithTongs,
    }

    item HCSteelTongs
    {
        DisplayCategory = Tool,
        Weight = 0.5,
        Type = Drainable,
		KeepOnDeplete = FALSE,
		cantBeConsolided = TRUE,
		UseDelta = 0.005, /*200 uses*/
		UseWhileEquipped = FALSE,
        DisplayName	= Tongs (Steel),
        Icon = BlacksmithTongs,
        MetalValue = 15,
        WorldStaticModel = Tongs,
		Tags = BlacksmithTongs,
    }

item HCSmelter
    {
        Weight              = 30.0,
        Type                = Normal,
        DisplayName         = Smelter,
        icon                = HCSmelter,
		DisplayCategory		= CraftMet,
    }

item HCSmelter2
    {
        Weight              = 1000,
        Type                = Container,
        Capacity            = 100,
        WeightReduction     = 0,
        DisplayName         = Smelter,
        icon 			    = HCSmelter,	
		DisplayCategory		= CraftMet,
    }


item HCBlastfurnace
    {
        Weight    		    = 30.0,
        Type                = Normal,
        DisplayName         = Blast Furnace,
        icon 			    = HCBlastfurnace,
		DisplayCategory		= CraftMet,
	
    }

item HCBlastfurnace2
    {
        Weight              = 1000,
        Type                = Container,
        Capacity            = 100,
        WeightReduction     = 0,
        DisplayName         = Blast Furnace,
        icon                = HCBlastfurnace,
		DisplayCategory		= CraftMet,
	
    }

item HCCopperingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Copper Ingot,
        icon 			= HCCopperingot,
		DisplayCategory		= CraftMet,
    }

item HCTiningot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Tin Ingot,
        icon 			= HCTiningot,
		DisplayCategory		= CraftMet,
    }     

item HCBronzeingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Bronze Ingot,
        icon 			= HCBronzeingot,
		DisplayCategory		= CraftMet,
    }

item HCIroningot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Iron Ingot,
        icon 			= HCIroningot,
		DisplayCategory		= CraftMet,
    }     

item HCInvaringot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Invar Ingot,
        icon 			= HCInvaringot,
		DisplayCategory		= CraftMet,
    } 

item HCMagnetiteingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Magnetite Ingot,
        icon 			= HCMagnetiteingot,
		DisplayCategory		= CraftMet,
    } 

item HCSteelingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Steel Ingot,
        icon 			= HCSteelingot,
		DisplayCategory		= CraftMet,
    }    

item HCSSpringSteelIngot
    {
        Weight          = 0.5,
        Type            = Normal,
        DisplayName             = Spring Steel Ingot,
        icon            = HCSteelingot,
		DisplayCategory		= CraftMet,
    }  


item HCLeadingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Lead Ingot,
        icon 			= HCLeadingot,
		DisplayCategory		= CraftMet,
    }     

  

item HCPewteringot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName     = Pewter Ingot,
        icon 			= HCPewteringot,
		DisplayCategory		= CraftMet,
    }

item HCAluminumingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName     = Aluminum Ingot,
        icon 			= HCAluminumingot,
		DisplayCategory		= CraftMet,
    }

item HCDuraluminingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName     = Duralumin Ingot,
        icon 			= HCDuraluminingot,
		DisplayCategory		= CraftMet,
    }

item HCSilveringot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Silver Ingot,
        icon 			= HCSilveringot,
		DisplayCategory		= CraftMet,
    }     

item HCSterlingsilveringot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Sterling Silver Ingot,
        icon 			= HCSterlingsilveringot,
		DisplayCategory		= CraftMet,
    } 

item HCGoldingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Gold Ingot,
        icon 			= HCGoldingot,
		DisplayCategory		= CraftMet,
    }

item HCRosegoldingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Rose Gold Ingot,
        icon 			= HCRosegoldingot,
		DisplayCategory		= CraftMet,
    }

item HCElectrumingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Electrum Ingot,
        icon 			= HCElectrumingot,
		DisplayCategory		= CraftMet,
    }

item HCLithiumingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Lithium Ingot,
        icon 			= HCLithiumingot,
		DisplayCategory		= CraftMet,
    } 

item HCZincingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Zinc Ingot,
        icon 			= HCZincingot,
		DisplayCategory		= CraftMet,
    }

item HCBrassingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Brass Ingot,
        icon 			= HCBrassingot,
		DisplayCategory		= CraftMet,
    }

item HCNickelingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Nickel Ingot,
        icon 			= HCNickelingot,
		DisplayCategory		= CraftMet,
    }

item HCWhitegoldingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= White Gold Ingot,
        icon 			= HCWhitegoldingot,
		DisplayCategory		= CraftMet,
    }

item HCConstantaningot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Constantan Ingot,
        icon 			= HCConstantaningot,
		DisplayCategory		= CraftMet,
    }

item HCChromeingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Chrome Ingot,
        icon 			= HCChromeingot,
		DisplayCategory		= CraftMet,
    }

item HCNichromeingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Nichrome Ingot,
        icon 			= HCNichromeingot,
		DisplayCategory		= CraftMet,
    }

item HCKanthalingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Kanthal Ingot,
        icon 			= HCKanthalingot,
		DisplayCategory		= CraftMet,
    }

item HCTungsteningot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Tungsten Ingot,
        icon 			= HCTungsteningot,
		DisplayCategory		= CraftMet,
    }

item HCTitaniumingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Titanium Ingot,
        icon 			= HCTitaniumingot,
		DisplayCategory		= CraftMet,
    }

item HCGraphiteingot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Graphite Ingot,
        icon 			= HCGraphiteingot,
		DisplayCategory		= CraftMet,
    }

item HCAnvil
    {
        Weight    		= 20,
        Type    		= Normal,
        DisplayName         	= Iron Anvil,
        icon 			= HCAnvil,
		DisplayCategory		= CraftMet,
	
    }

item HCAnvil2
    {
        Weight    		= 10000,
        Type                = Container,
        Capacity            = 20,
        WeightReduction     = 0,
        DisplayName         	= Iron Anvil,
        icon 			= HCAnvil,
		DisplayCategory		= CraftMet,
	
    }

item HCAnvillead
    {
        Weight    		= 20,
        Type    		= Normal,
        DisplayName         	= Lead Anvil,
        icon 			= HCAnvillead,
		DisplayCategory		= CraftMet,
	
    }

item HCAnvillead2
    {
        Weight    		= 10000,
        Type                = Container,
        Capacity            = 20,
        WeightReduction     = 0,
        DisplayName         	= Lead Anvil,
        icon 			= HCAnvillead,
		DisplayCategory		= CraftMet,
	
    }

item HCCauldroniron
    {
    Weight    		= 5,
	CanStoreWater	= TRUE,
    Type    		= Normal,
    DisplayName     = Iron Cauldron,
	ReplaceOnUseOn	= WaterSource-HCCauldronironfull,
    RainFactor      = 1,
    Tooltip         = Tooltip_item_RainFromGround,
    icon 			= HCCauldroniron,
		DisplayCategory		= CraftMet,
    }

item HCCauldronironfull
    {
	IsWaterSource		=	TRUE,
	Weight			=	9,
	CanStoreWater		=	TRUE,
	Type			=	Drainable,
	UseWhileEquipped	=	FALSE,
	UseDelta		=	0.0125,
	DisplayName		=	Iron Cauldron with Water,
	ReplaceOnDeplete	=	HCCauldroniron,
	ReplaceOnUseOn		=	WaterSource-HCCauldronironfull,
	Icon			=	HCCauldronironfull,
	IsCookable		=	TRUE,
	RainFactor 		= 	1,
		DisplayCategory		= CraftMet,
    }

item HCBulletcasings
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Bullet Casings,
        icon 			= HCBulletcasings,
		DisplayCategory		= CraftAmmo,
    }

item HCBullettips
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Bullet Tips,
        icon 			= HCBullettips,
		DisplayCategory		= CraftAmmo,
    }

item HCBuckshot
    {
        Weight    		= 0.5,
        Type    		= Normal,
        DisplayName         	= Buckshot,
        icon 			= HCBuckshot,
		DisplayCategory		= CraftAmmo,
    }

item HCCannonball
    {
        Weight   		= 2,
        Type    		= Normal,
        DisplayName         	= Cannon Ball,
        icon 			= HCCannonball,
		DisplayCategory		= CraftAmmo,
    }

/************************RECIPES************************/	

recipe Make Smelter
    {
    	HCRedbrick=50,
    	[Recipe.GetItemTypes.BucketConcrete]=4,
    	keep HCMasontrowel,
    	CanBeDoneFromFloor:true,
    	Result:HCSmelter,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Masonry,
    	OnGiveXP:Recipe.OnGiveXP.None,
    }

recipe Make Smelter
    {
    	HCRedbrick=50,
    	HCMortar=4,
    	keep HCMasontrowel,
    	CanBeDoneFromFloor:true,
    	Result:HCSmelter,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Masonry,
    	OnGiveXP:Recipe.OnGiveXP.None,
    }

recipe Anchor Smelter
    {
    	HCSmelter,
    	CanBeDoneFromFloor:true,
    	Result:HCSmelter2,
    	Time:100,
    	Category:Anchor,
    }


recipe Make Bellows
    {
    	HCClaypipe,
    	destroy HCWoodenTongs,
    	HCWaterflask,
    	Result:Bellows,
    	NeedToBeLearn:true,
    	Time:50,
    	Category:Engineer,
    	OnGiveXP:Recipe.OnGiveXP.None,
    }

recipe Make Blast Furnace
    {
    	HCRedbrickbox,
    	[Recipe.GetItemTypes.BucketConcrete]=8,
    	HCRopethick,
    	HCPully/HCPullyiron/HCPullywood,
    	Bellows,
    	HCWoodencrate,
    	HCIroningot=4,
	HCWoodbeam=4,
    	Plank=12,
    	Nails=24,
    	keep [Recipe.GetItemTypes.Hammer],
    	keep [Recipe.GetItemTypes.Saw],
    	keep HCMasontrowel,
    	CanBeDoneFromFloor:true,
    	Result:HCBlastfurnace,
    	NeedToBeLearn:true,
    	Sound:PZ_Hammer,
    	Time:2000,
    	SkillRequired:Woodwork=4,
    	Category:Masonry,
    	OnGiveXP:Recipe.OnGiveXP.None,
    }

recipe Make Blast Furnace
    {
    	HCRedbrickbox,
    	HCMortar=8,
    	HCRopethick,
    	HCPully/HCPullyiron/HCPullywood,
    	Bellows,
    	HCWoodencrate,
    	HCIroningot=4,
	    HCWoodbeam=4,
    	Plank=12,
    	Nails=24,
    	keep [Recipe.GetItemTypes.Hammer],
    	keep [Recipe.GetItemTypes.Saw],
    	keep HCMasontrowel,
    	CanBeDoneFromFloor:true,
    	Result:HCBlastfurnace,
    	NeedToBeLearn:true,
    	Sound:PZ_Hammer,
    	Time:2000,
    	SkillRequired:Woodwork=4,
    	Category:Masonry,
    	OnGiveXP:Recipe.OnGiveXP.None,
    }


recipe Upgrade to Blast Furnace
    {
        HCRedbrick=50,
        HCSmelter/HCSmelter2,
	   [Recipe.GetItemTypes.BucketConcrete]=8,
        HCRopethick,
        HCPully/HCPullyiron/HCPullywood,
        Bellows,
        HCWoodencrate,
        HCIroningot=4,
        HCWoodbeam=4,
        Plank=12,
        Nails=24,
        keep [Recipe.GetItemTypes.Hammer],
        keep [Recipe.GetItemTypes.Saw],
        keep HCMasontrowel,
        CanBeDoneFromFloor:true,
        Result:HCBlastfurnace,
        NeedToBeLearn:true,
        Sound:PZ_Hammer,
        Time:2000,
        SkillRequired:Woodwork=4,
        Category:Masonry,
        OnGiveXP:Recipe.OnGiveXP.None,
    }



recipe Anchor Blast Furnace
    {
        HCBlastfurnace,
    	CanBeDoneFromFloor:true,
        Result:HCBlastfurnace2,
        Time:100,
	Category:Anchor,
    }


recipe Make Copper Ingot
    {
    SkillRequired:MetalWelding=1,
    HCCopperore/HCCopperpowder/HCMalachitepowder,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCCopperingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Copper Ingots
    {
    SkillRequired:MetalWelding=1,
    HCCopperpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCCopperingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }  

recipe Make Tin Ingot
    {
    SkillRequired:MetalWelding=2,
    HCTinore/HCTinpowder,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCTiningot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }


recipe Make Tin Ingots
    {
    SkillRequired:MetalWelding=2,
    HCTinpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCTiningot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }    

recipe Make Bronze Ingot
    {
    SkillRequired:MetalWelding=2,
    HCCopperingot,
    HCTiningot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCBronzeingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }


recipe Make Iron Ingot
    {
    SkillRequired:MetalWelding=4,
    HCIronore/HCMagnetite/HCMeteorite/HCIronpowder/HCMagnetitepowder/HCMeteoritepowder,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCIroningot,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }
    
 
recipe Make Iron Ingots
    {
    SkillRequired:MetalWelding=5,
    HCIronpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCIroningot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }


recipe Make Lead Ingot
    {
    SkillRequired:MetalWelding=4,
    HCLeadore/HCLeadpowder,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCLeadingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }


recipe Make Lead Ingots
    {
    SkillRequired:MetalWelding=4,
    HCLeadore/HCLeadpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCLeadingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Pewter Ingot
    {
    SkillRequired:MetalWelding=4,
    HCTiningot,
    HCLeadingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCPewteringot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Silver Ingot
    {
    SkillRequired:MetalWelding=2,
    HCSilverore/HCSilverpowder,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCSilveringot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Silver Ingots
    {
    SkillRequired:MetalWelding=2,
    HCSilverpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCSilveringot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Sterling Silver Ingot
    {
    SkillRequired:MetalWelding=2,
    HCSilveringot,
    HCCopperingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCSterlingsilveringot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Gold Ingot
    {
    SkillRequired:MetalWelding=3,
    HCGoldore/HCGoldpowder,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCGoldingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Gold Ingots
    {
    SkillRequired:MetalWelding=3,
    HCGoldpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCGoldingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Electrum Ingot
    {
    SkillRequired:MetalWelding=3,
    HCSilveringot,
    HCGoldingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCElectrumingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Rose Gold Ingot
    {
    SkillRequired:MetalWelding=3,
    HCCopperingot,
    HCGoldingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCRosegoldingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Steel Ingot
    {
    SkillRequired:MetalWelding=5,
    HCIroningot,
    HCCoke,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCBlastfurnace2/HCFurnace2,
    CanBeDoneFromFloor:true,
    Result:HCSteelingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Steel Ingots
    {
    SkillRequired:MetalWelding=5,
    HCIroningot=4,
    HCCoke=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCBlastfurnace2/HCFurnace2,
    CanBeDoneFromFloor:true,
    Result:HCSteelingot=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Magnetite Ingot
    {
    SkillRequired:MetalWelding=5,
    HCMagnetite/HCMagnetitepowder,
    HCCoke,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCBlastfurnace2/HCFurnace2,
    CanBeDoneFromFloor:true,
    Result:HCMagnetiteingot,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Magnetite Ingots
    {
    SkillRequired:MetalWelding=5,
    HCMagnetitepowder=4,
    HCCoke=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCMagnetiteingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Aluminum Ingot
    {
    	SkillRequired:MetalWelding=6,
    	HCBauxiteore/HCAluminumpowder,
    	Charcoal,

    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCAluminumingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Aluminum Ingots
    {
    SkillRequired:MetalWelding=6,
    HCAluminumpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCAluminumingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Duralumin Ingot
    {
    	SkillRequired:MetalWelding=6,
    	HCAluminumingot,
    	HCCopperingot,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCGasmask/HCImprovisedgasmask,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCDuraluminingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Lithium Ingot
    {
    	SkillRequired:MetalWelding=7,
    	HCLithiumore/HCLithiumpowder,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCLithiumingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Lithium Ingots
    {
    SkillRequired:MetalWelding=7,
    HCLithiumpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCLithiumingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Zinc Ingot
    {
    	SkillRequired:MetalWelding=7,
    	HCZincore/HCZincpowder,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCGasmask/HCImprovisedgasmask,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCZincingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Zinc Ingots
    {
    SkillRequired:MetalWelding=7,
    HCZincpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCZincingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Brass Ingot
    {
    	SkillRequired:MetalWelding=7,
    	HCCopperingot,
    	HCZincingot,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCBrassingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Nickel Ingot
    {
    	SkillRequired:MetalWelding=7,
    	HCNickelore/HCNickelpowder,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCGasmask/HCImprovisedgasmask,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCNickelingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Nickel Ingots
    {
    SkillRequired:MetalWelding=7,
    HCNickelpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCNickelingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Constantan Ingot
    {
    	SkillRequired:MetalWelding=7,
    	HCCopperingot,
    	HCNickelingot,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCConstantaningot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make White Gold Ingot
    {
    	SkillRequired:MetalWelding=7,
    	HCNickelingot,
    	HCGoldingot,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCGasmask/HCImprovisedgasmask,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCWhitegoldingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Invar Ingot
    {
    	SkillRequired:MetalWelding=7,
    	HCIroningot,
    	HCNickelingot,
    	HCCoke,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCInvaringot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Chrome Ingot
    {
    	SkillRequired:MetalWelding=8,
    	HCChromeore/HCChromepowder,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCGasmask/HCImprovisedgasmask,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCChromeingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Chrome Ingots
    {
    SkillRequired:MetalWelding=8,
    HCChromepowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCChromeingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Nichrome Ingot
    {
    	SkillRequired:MetalWelding=8,
    	HCNickelingot,
    	HCChromeingot,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCGasmask/HCImprovisedgasmask,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCNichromeingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Kanthal Ingot
    {
    	SkillRequired:MetalWelding=8,
    	HCIroningot,
    	HCAluminumingot,
    	HCChromeingot,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    	keep HCGasmask/HCImprovisedgasmask,
    	keep HCBlastfurnace2/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCKanthalingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Tungsten Ingot
    {
    	SkillRequired:MetalWelding=8,
    	HCTungstenore/HCTungstenpowder,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
        keep [Recipe.GetItemTypes.WeldingMask],
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
	    keep HCFurnace/HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCTungsteningot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Tungsten Ingots
    {
    SkillRequired:MetalWelding=8,
    HCTungstenpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCTungsteningot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Titanium Ingot
    {
    	SkillRequired:MetalWelding=8,
    	HCTitaniumore/HCTitaniumpowder,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
        keep [Recipe.GetItemTypes.WeldingMask],
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
	    keep HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCTitaniumingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Titanium Ingots
    {
    SkillRequired:MetalWelding=8,
    HCTitaniumpowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    keep [Recipe.GetItemTypes.WeldingMask],
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2,
    CanBeDoneFromFloor:true,
    Result:HCTitaniumingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Graphite Ingot
    {
    	SkillRequired:MetalWelding=8,
    	HCGraphitepowder,
    	Charcoal,
    	[Recipe.GetItemTypes.StartFire],
    	HCIngotmold,
        keep [Recipe.GetItemTypes.WeldingMask],
    	[Recipe.GetItemTypes.BlacksmithTongs],
    	keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
	    keep HCFurnace2,
    	CanBeDoneFromFloor:true,
    	Result:HCGraphiteingot,
    	NeedToBeLearn:true,
    	Time:1000,
    	Category:Smithing,
    	OnCreate:getBurned,
    	OnGiveXP:HCWelding_OnGiveXP,
    }


    recipe Make Graphite Ingots
    {
    SkillRequired:MetalWelding=8,
    HCGraphitepowder=4,
    Charcoal=1,
    [Recipe.GetItemTypes.StartFire],
    HCIngotmoldHuge,
    keep [Recipe.GetItemTypes.WeldingMask],
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2,
    CanBeDoneFromFloor:true,
    Result:HCGraphiteingot=4,
    NeedToBeLearn:true,
    OnCreate:getBurned,
    Time:1000,
    Category:Smithing,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Nails
    {
    HCIroningot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCNailmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:NailsBox,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Screws
    {
    HCSteelingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCScrewmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:ScrewsBox,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Iron Anvil
    {
    HCIroningot=20,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCAnvilmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCAnvil,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Anchor Iron Anvil
    {
    HCAnvil,
    CanBeDoneFromFloor:true,
    Result:HCAnvil2,
    Time:100,
    Category:Anchor,
    }

recipe Make Lead Anvil
    {
    HCLeadingot=20,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCAnvilmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCAnvillead,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Anchor Lead Anvil
    {
    HCAnvillead,
    CanBeDoneFromFloor:true,
    Result:HCAnvillead2,
    Time:100,
    Category:Anchor,
    }

recipe Make Brass Bullet Casings
    {
    HCBrassingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCBulletcasingmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCBulletcasings,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Lead Bullet Tips
    {
    HCLeadingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCBullettipmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCBullettips,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Lead Buckshot
    {
    HCLeadingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCBuckshotmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCBuckshot=8,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Fishhooks
    {
    HCCopperingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCFishhookmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCFishhookcopper=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Fishhooks
    {
    HCTiningot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCFishhookmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCFishhooktin=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Fishhooks
    {
    HCBronzeingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCFishhookmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCFishhookbronze=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Fishhooks
    {
    HCIroningot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCFishhookmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCFishhookiron=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Fishhooks
    {
    HCSteelingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCFishhookmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCFishhooksteel=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Fishhooks
    {
    HCAluminumingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCFishhookmold,
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2/HCBlastfurnace2,
    CanBeDoneFromFloor:true,
    Result:HCFishhookaluminum=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Fishhooks
    {
    HCTitaniumingot,
    Charcoal,
    [Recipe.GetItemTypes.StartFire],
    HCFishhookmold,
    keep [Recipe.GetItemTypes.WeldingMask],
    [Recipe.GetItemTypes.BlacksmithTongs],
    keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
    keep HCFurnace2,
    CanBeDoneFromFloor:true,
    Result:HCFishhooktitanium=4,
    NeedToBeLearn:true,
    Time:1000,
    Category:Smithing,
    OnCreate:getBurned,
    OnGiveXP:HCWelding_OnGiveXP,
    }
	
	recipe Make Metal Pipe
    {
		SkillRequired:MetalWelding=5,
		HCSteelingot=4,
		Charcoal,
		[Recipe.GetItemTypes.StartFire],
		HCPipemold,
		[Recipe.GetItemTypes.BlacksmithTongs],
		keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
		keep HCBlastfurnace2/HCFurnace2,
		CanBeDoneFromFloor:true,
		Result:HCSteelpipe,
		NeedToBeLearn:true,
		Time:1000,
		Category:Smithing,
		OnCreate:getBurned,
		OnGiveXP:HCWelding_OnGiveXP,
    }

recipe Make Metal Pipe
    {
		SkillRequired:MetalWelding=4,
		HCCopperingot=4,
		Charcoal,
		[Recipe.GetItemTypes.StartFire],
		HCPipemold,
		[Recipe.GetItemTypes.BlacksmithTongs],
		keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
		keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
		CanBeDoneFromFloor:true,
		Result:HCCopperpipe,
		NeedToBeLearn:true,
		Time:1000,
		Category:Smithing,
		OnCreate:getBurned,
		OnGiveXP:HCWelding_OnGiveXP,
    }
	
 recipe Make Metal Pipe
    {
		SkillRequired:MetalWelding=6,
		HCAluminumingot=4,
		Charcoal,
		[Recipe.GetItemTypes.StartFire],
		HCPipemold,
		[Recipe.GetItemTypes.BlacksmithTongs],
		keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
		keep HCSmelter2/HCFurnace2/HCBlastfurnace2,
		CanBeDoneFromFloor:true,
		Result:MetalPipe,
		NeedToBeLearn:true,
		Time:1000,
		Category:Smithing,
		OnCreate:getBurned,
		OnGiveXP:HCWelding_OnGiveXP,
    }
	
recipe Make Metal Bar
    {
		SkillRequired:MetalWelding=2,
		HCSteelingot=2,
		Charcoal,
		[Recipe.GetItemTypes.StartFire],
		HCBarmold,
		[Recipe.GetItemTypes.BlacksmithTongs],
		keep [Recipe.GetItemTypes.LeatherGloves]/HCFiresuit,
		keep HCFurnace2/HCBlastfurnace2,
		CanBeDoneFromFloor:true,
		Result:MetalBar,
		NeedToBeLearn:true,
		Time:1000,
		Category:Smithing,
		OnCreate:getBurned,
		OnGiveXP:HCWelding_OnGiveXP,
    }

}